.products {
    display: flex;
    justify-content: center;
    justify-content: space-around;
    flex-wrap: wrap;
    }
    .product {
    margin: 3px;
    cursor: pointer;
    width: 160px;
    height: 41vh;
    padding: 7px;
    color: #ffffff;
    width: 40%;
    cursor: pointer;
    max-width: 250px;
    padding: 8px;
    color: #ffffff;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 20px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.548);
    }
    .image {
    width: 100%;
    height: 26vh;
    background-color: #00000000;
    display: flex;
    justify-content: center;
    }
    img {
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    cursor: pointer;
    }
    .details {
    padding: 4px;
    height: 11vh;
    }
    .title {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    font-size: 80%;
    }
    .price {
    font-size: 14px;
    font-weight: 500;
    color: rgb(0, 192, 64);
    }
    ul {
    display: flex;
    }
    @keyframes flow {
    0% {
    background-position: 100% 0;
    }
    50% {
    background-position: 0 0;
    }
    100% {
    background-position: 100% 0;
    }
    }
    .adc {
    width: 103%;
    height: 4vh;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-color: #00000000;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: none;
    transition: 1s;
    animation: flow 4s linear infinite;
    }
    .adc:hover {
        color: #00faff;
        transition: all 0.4s ease-in-out;
        text-shadow: 
          0 0 10px #00faff,
          0 0 20px #00eaff,
          0 0 40px #00d5ff,
          0 0 80px #00c2ff,
          0 0 120px #00adff,
          0 0 160px #0099ff,
          0 0 200px #007eff;
      }
      
      
    .chtsd {
      font-size: 12.5px;
      text-transform: uppercase;
      cursor: pointer;
      padding: 10px;
      margin: 0;
      text-align: center;
      color: rgb(0, 0, 0);
      position: relative;
      z-index: 1;
      background: linear-gradient(
       to bottom,
       black 0%,
       black 33.33%,
       white 33.33%,
       white 66.66%,
       green 66.66%,
       green 100%
       );
      overflow: hidden;
    }
    .chtsd::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 60px solid red;
    z-index: 0;
    }
    .chtsd:hover {
    color: rgb(33, 33, 33);
    }
    .Header {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.548);
    top: 0;
    left: 0;
    z-index: 1000;
    padding-top: env(safe-area-inset-top);
    }
    .settingimg {
    margin-right: 14px;
    width: 44px;
    transition: transform 0.5s ease-in-out;
    }
    .cartimg {
    margin-right: 14px;
    width: 44px;
    transition: transform 0.5s ease-in-out;
    object-fit: contain;
    }
    li a:hover .settingimg {
    transform: rotate(360deg);
    }
    nav ul {
    list-style: none;
    }
    .select {
    width: 100%;
    display: flex;
    justify-content: right;
    border: none;
    margin-top: 6px;
    }
    .slct {
    height: 40px;
    width: 190px;
    border: none;
    border-radius: 8px;
    margin-right: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.548);
    cursor: pointer;
    font-weight: 500;
    color: #ffffff;
    }

    .slct:hover{
      color: #00faff;
      transition: all 0.4s ease-in-out;
      text-shadow: 
        0 0 10px #00faff,
        0 0 20px #00eaff,
        0 0 40px #00d5ff,
        0 0 80px #00c2ff,
        0 0 120px #00adff,
        0 0 160px #0099ff,
        0 0 200px #007eff;
    }
    .askshop {
    margin-left: 15px;
    font-size: 27px;
    font-weight: 400;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    cursor: pointer;
    }
    .salamarabic {
    text-align: center;
    font-size: 19px;
    margin-top: 65px;
    }
    .salamenglish {
    text-align: center;
    font-size: 11px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    .salam {
    position: fixed;
    position: relative;
    height: 115px;
    width: 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    padding-top: env(safe-area-inset-top);
    background-color: rgba(0, 0, 0, 0.548);
    }